Dynamicweb 8 Documentation
DropDownListEditor<T> Class
Members 

Item value type.
Represents a dropdown list editor.
Syntax
'Declaration
 
<EditorAttribute("Dropdown list")> 
<GroupAttribute("Lists")> 
Public Class DropDownListEditor(Of T) 
   Inherits ListEditor(Of T) 
   Implements IList 
[EditorAttribute("Dropdown list")] 
[GroupAttribute("Lists")] 
public class DropDownListEditor<T> : ListEditor<T>, IList  
Type Parameters
T
Item value type.
Inheritance Hierarchy

System.Object
   Dynamicweb.Content.Items.Editors.Editor
      Dynamicweb.Content.Items.Editors.ListEditor<T>
         Dynamicweb.Content.Items.Editors.DropDownListEditor<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownListEditor<T> Members
Dynamicweb.Content.Items.Editors Namespace

Send Feedback